/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

@font-face {
    font-family: 'FZLTHJW--GB1-0';
    src: url('/upload/font/fzlt.eot'); /* IE9 Compat Modes */
    src: url('/upload/font/fzlt.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('/upload/font/fzlt.otf') format('opentype'),
        /* Open Type Font */ url('/upload/font/fzlt.svg') format('svg'),
        /* Legacy iOS */ url('/upload/font/fzlt.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('/upload/font/fzlt.woff')
            format('woff'),
        /* Modern Browsers */ url('/upload/font/fzlt.woff2')
            format('woff2'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #333333;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Global Overrides
 */
body {
    position: relative;
    min-height: 100%;
    padding-bottom: 270px;
    font-family: 'FZLTHJW--GB1-0', 'Helvetica Neue', Helvetica, Arial,
        sans-serif !important;
}

* {
    word-break: break-all;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999999;
}

.carousel-indicators li {
    border: none;
}

div.col-xs-7.five-three {
    width: 60% !important;
}

div.col-xs-5.five-two {
    width: 40% !important;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

/*
 * Util Classes
 */
.extralink {
    float: right;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    color: #333333;
}
.extralink:hover {
    color: #508bed;
}
.extralink:active {
    transform: scale(0.97);
}
.extralink img {
    height: 17px;
    margin-left: 3px;
}

.nomargin {
    margin: 0;
}
.hoverable {
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.hoverable:hover {
    opacity: 0.8;
    color: #508bed;
}
.hoverable:active {
    transform: scale(0.98);
}
.bamboo {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    opacity: 1;
    z-index: 300;
}

/*
 * Business Classes
 */
.cmbc-site-section {
    margin: 50px auto 0;
}

.cmbc-site-section-title {
    height: 60px;
}
.cmbc-site-section-title img,
.cmbc-site-section-title-text,
.cmbc-site-section-title-desc,
.cmbc-site-section-title-divide,
.cmbc-site-section-tabs {
    float: left;
}
.cmbc-site-section-tabs {
    margin-left: 60px;
}
.cmbc-site-section-tabs-tab {
    display: inline-block;
    margin-right: 50px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding: 10px 5px 0;
    cursor: pointer;
}
.cmbc-site-section-tabs-tab:hover {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #daebff 75%,
        #daebff 100%
    );
}
.cmbc-site-section-tabs-tab.active {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #daebff 75%,
        #daebff 100%
    );
}
.cmbc-site-section-title-text {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    background: #0066cc;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: bold;
    text-shadow: 0 2px 4px #174498;
}

.cmbc-site-section-title-text:after {
    content: '';
    background-image: url(/upload/img/title-tail.png);
    background-size: cover;
    background-position: top;
    position: absolute;
    height: 15px;
    width: 40px;
    bottom: -14px;
    left: 0;
}

.cmbc-site-section-title .extralink {
    padding-top: 10px;
    vertical-align: center;
}

.cmbc-site-section-title .extralink img {
    height: 17px;
    margin-left: 3px;
    float: none;
    padding-bottom: 2px;
}

.cmbc-site-section-title-divide {
    width: 5px;
    height: 45px;
    background: #009966;
    margin: 0 10px;
}

.cmbc-site-section-title-desc {
    color: #666666;
    line-height: 22px;
}
.cmbc-site-section-content {
    margin-top: 30px;
}
.cmbc-site-section-content .row {
    margin-top: 20px;
}

.cmbc-site-breadcrumb {
    margin-top: 20px;
    margin-bottom: -20px;
    font-size: 16px;
}

.cmbc-site-breadcrumb * {
    display: inline-block;
    vertical-align: middle;
}

.cmbc-site-breadcrumb-divide {
    height: 16px;
    margin: 0 3px;
}

.cmbc-site-tabs-tab {
    display: inline-block;
    margin-right: 50px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding: 0 5px;
    cursor: pointer;
}
.cmbc-site-tabs-tab:hover {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #daebff 75%,
        #daebff 100%
    );
}
.cmbc-site-tabs-tab.active {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #daebff 75%,
        #daebff 100%
    );
}

.cmbc-site-tabs-content {
    margin-top: 20px;
}

.cmbc-site-menu-card-vertical {
    position: relative;
    height: 352px;
    background: #ffffff;
    background-image: linear-gradient(0deg, #f6f9ff 0%, #ffffff 100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.cmbc-site-menu-card-vertical.plain {
    padding: 20px;
    position: relative;
    height: 420px;
    background: #ffffff;
    background-image: none;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.cmbc-site-menu-card-vertical.plain .cmbc-site-menu-card-vertical-content {
    padding: 10px 0 0 0;
}

.cmbc-site-menu-card-vertical.plain .cmbc-site-menu-card-vertical-desc {
    min-height: 50px;
}

.cmbc-site-menu-card-vertical-img {
    width: 100%;
    height: 139.5px;
}

.cmbc-site-menu-card-vertical.plain .cmbc-site-menu-card-vertical-img {
    height: 192px;
}

.cmbc-site-menu-card-vertical-content {
    padding: 20px;
}

.cmbc-site-menu-card-vertical-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
}

.cmbc-site-menu-card-vertical-desc {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 16px;
    min-height: 72px;
}

.cmbc-site-menu-card-vertical-btn {
    position: absolute;
    left: 20px;
    bottom: 30px;
    display: inline-block;
    min-width: 124px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    max-width: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid #1e64e7;
    color: #1e64e7;
    transition: background 0.2s ease-in-out;
    opacity: 1 !important;
}

.cmbc-site-menu-card-vertical-btn:hover {
    background: rgba(30, 100, 231, 0.15);
}

.cmbc-site-menu-card-vertical .glyphicon,
.cmbc-site-menu-card-horizontal .glyphicon {
    font-size: 14px;

    margin-left: 3px;
    margin-bottom: 2px;
}

.cmbc-site-menu-card-horizontal {
    position: relative;
    height: 200px;
    background: #ffffff;
    background-image: linear-gradient(0deg, #f6f9ff 0%, #ffffff 100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.cmbc-site-menu-card-horizontal-left {
    float: left;
    height: 100%;
}

.cmbc-site-menu-card-horizontal-right {
    float: left;
    width: 272px;
    margin-left: 25px;
    padding-top: 15px;
}

.cmbc-site-menu-card-horizontal-img {
    height: 100%;
    max-width: 265px;
}

.cmbc-site-menu-card-horizontal-content {
    padding: 20px;
}

.cmbc-site-menu-card-horizontal-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
}

.cmbc-site-menu-card-horizontal-desc {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 16px;
    min-height: 40px;
}

.cmbc-site-menu-card-horizontal-btn {
    display: inline-block;
    min-width: 124px;
    max-width: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #1e64e7;
    color: #1e64e7;
    transition: background 0.2s ease-in-out;
    opacity: 1 !important;
}

.cmbc-site-menu-card-horizontal-extra {
    margin-top: 10px;
}

.cmbc-site-menu-card-horizontal-extra span {
    position: relative;
    display: inline-block;
    color: #1a1a1a;
    font-weight: bold;
    margin-right: 15px;
    padding-left: 15px;
}

.cmbc-site-menu-card-horizontal-extra span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 35%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0063eb;
}

.cmbc-site-menu-card-horizontal-btn:hover {
    background: rgba(30, 100, 231, 0.15);
}

.cmbc-site-menu-card-icon {
    padding-left: 20px;
    height: 106px;
    background: #ffffff;
    background-image: linear-gradient(0deg, #f6f9ff 0%, #ffffff 100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    white-space: nowrap;
}

.cmbc-site-menu-card-icon-vertical {
    text-align: center;

    height: 150px;
    padding-top: 30px;
    background: #ffffff;
    background-image: linear-gradient(0deg, #f6f9ff 0%, #ffffff 100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    white-space: nowrap;
}

.cmbc-site-menu-card-icon-img {
    width: 49px;
    margin-bottom: 15px;
}

.cmbc-site-menu-card-icon-left {
    /* float: left; */
    padding: 28px 0;
    display: inline-block;
    vertical-align: middle;
}

.cmbc-site-menu-card-icon-right {
    /* float: left; */
    vertical-align: middle;
    display: inline-block;
    max-width: 105px;
    white-space: normal;
    /* width: 100px; */
    margin-left: 15px;
    padding-bottom: 13px;
    /* padding-top: 10px; */
}

.cmbc-site-menu-card-icon-title {
    font-weight: bold;
    font-size: 20px;
    max-height: 60px;
    color: #333333;
    overflow: hidden;
}

.cmbc-site-menu-card-icon-desc {
    margin-top: 5px;
    color: #999999;
    white-space: nowrap;
}

.cmbc-site-menu-card-text {
    padding: 32px 24px 0 24px;
    height: 154px;
    background: #ffffff;
    background-image: linear-gradient(0deg, #f6f9ff 0%, #ffffff 100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.cmbc-site-menu-card-text:nth-child(3n + 1) .cmbc-site-menu-card-text-title,
.col-xs-4:nth-child(3n + 1) .cmbc-site-menu-card-text-title {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #ffe6e7 75%,
        #ffe6e7 100%
    );
}
.cmbc-site-menu-card-text:nth-child(3n + 2) .cmbc-site-menu-card-text-title,
.col-xs-4:nth-child(3n + 2) .cmbc-site-menu-card-text-title {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #daebff 75%,
        #daebff 100%
    );
}
.cmbc-site-menu-card-text:nth-child(3n + 3) .cmbc-site-menu-card-text-title,
.col-xs-4:nth-child(3n + 3) .cmbc-site-menu-card-text-title {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #ffedd9 75%,
        #ffedd9 100%
    );
}

.cmbc-site-menu-card-text-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
    padding: 0 5px;
}

.cmbc-site-menu-card-text-desc {
    font-size: 16px;
    color: #666666;
}

.news-item {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ececec;
}
.news-item:last-child {
    border-bottom: none;
}
.news-item-title {
    float: left;
    font-size: 16px;
}
.news-item-date {
    float: right;
    font-size: 14px;
    color: #999999;
}
.promo-banner {
    width: 100%;
}

.feature {
    position: relative;
    display: inline-block;
    color: #1a1a1a;
    /* font-weight: bold; */
    margin-right: 15px;
    padding-left: 15px;
}

.feature::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 35%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0063eb;
}

.big-blue-link {
    font-size: 16px;
    color: #ffffff !important;
    /* font-weight: bold; */
    background-image: linear-gradient(
        90deg,
        #1e64e7 0%,
        #226be9 12%,
        #409df5 100%
    );
    border-radius: 20px;
    display: inline-block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
}

.big-blue-link img {
    width: 8px;
    margin-left: 5px;
    margin-bottom: 3px;
}

.telephone {
    font-weight: bold;
    font-size: 20px;
    color: #508bed;
}

.qr-area {
    position: absolute;
    right: 0;
    bottom: -25px;
    background: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 16px;
    font-size: 12px;
    color: #999999;
}

.qr-area img {
    width: 108px;
    height: 108px;
    margin-bottom: 5px;
}

.news-block {
    background: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 350px;
    padding: 30px;
}

.news-block img {
    width: 100%;
}

.news-block-title {
    margin-bottom: 40px;
    text-align: center;
}

.news-block-title img {
    width: 35px;
    vertical-align: top;
}

.news-block-title:nth-child(3n + 1) .news-block-title-text,
.col-xs-4:nth-child(3n + 1) .news-block-title-text {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #ffe6e7 75%,
        #ffe6e7 100%
    );
}
.news-block-title:nth-child(3n + 2) .news-block-title-text,
.col-xs-4:nth-child(3n + 2) .news-block-title-text {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #daebff 75%,
        #daebff 100%
    );
}
.news-block-title:nth-child(3n + 3) .news-block-title-text,
.col-xs-4:nth-child(3n + 3) .news-block-title-text {
    background-image: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 75%,
        #ffedd9 75%,
        #ffedd9 100%
    );
}

.news-block-title-text {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    z-index: 5;
    padding: 0 5px;
}

.news-block-item {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ececec;
}

.news-block-item:last-child {
    border-bottom: none;
}

.news-block-lg {
    margin: -16px -16px 0;
    padding: 16px;
    background: #f6f9fe;
    border-radius: 4px;
}

.news-block-lg > div {
    margin: 10px 0;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.c666 {
    color: #666666;
}

.c999 {
    color: #999999;
}

.fb {
    font-weight: bold;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px;
}

.lh20 {
    line-height: 20px;
}

.lh24 {
    line-height: 24px;
}

.lh30 {
    line-height: 30px;
}

.w100 {
    width: 100%;
}

.plr10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: ' '; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.cmbc-site-nav-item{
	margin: 0 -2px;
}

.container{
	min-width: 1170px;
}

#cmbc-site-banner-carousel{
	min-width: 1170px;
}